home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Educational Demos / Goldilocks Gamebook / Goldilocks.DIR / 00021_Script_21 < prev    next >
Text File  |  1995-11-20  |  490b  |  21 lines

  1. on exitFrame
  2.   --sound stop 1
  3.   --sound stop 2
  4.   --resetAll
  5.   --if soundBusy(2) = false then
  6.     --sound playFile 2,"Outside"
  7.     --puppetSound "Outside.AIF"
  8.   --end if
  9.   global p1,p2,p3,p4,p5
  10.   put 0 into p1
  11.   put 0 into p2
  12.   put 0 into p3
  13.   put 0 into p4
  14.   put 0 into p5
  15.   set the visible of sprite 7 to true
  16.   set the visible of sprite 8 to true
  17.   set the visible of sprite 9 to true
  18.   set the visible of sprite 10 to true
  19.   set the visible of sprite 12 to false
  20. end
  21.